home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / dust2.lha / Dust / Examples / OldExamples / for.bat < prev    next >
DOS Batch File  |  1995-09-28  |  100b  |  12 lines

  1. for(i,1,3)
  2.  for(j,1,4)
  3.   .i*j
  4.  end
  5.  for(k,4,1)
  6.   echo(text)
  7.  end
  8.  for(j,0.22,5.6,0.3)
  9.   .j
  10.  end
  11. end
  12.